Conversation
Drop -helm since there are multiple methods now Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ChrisJBurns
approved these changes
Jan 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR renames the documentation page from deploy-operator-helm to deploy-operator to better reflect that the page now covers multiple deployment options (both Helm and kubectl), not just Helm. The PR includes proper redirects to prevent 404 errors for existing links.
Changes:
- Renamed the file
deploy-operator-helm.mdxtodeploy-operator.mdxand updated its title from "Deploy the operator using Helm" to "Deploy the operator" - Updated all internal references across 9 documentation files to point to the new filename
- Added a permanent redirect in
vercel.jsonfrom the old URL to the new URL - Updated the sidebar navigation to reference the new filename
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vercel.json | Adds redirect from old URL /toolhive/guides-k8s/deploy-operator-helm to new URL /toolhive/guides-k8s/deploy-operator |
| sidebars.ts | Updates sidebar navigation to reference deploy-operator instead of deploy-operator-helm |
| docs/toolhive/tutorials/quickstart-k8s.mdx | Updates link reference to point to the renamed page |
| docs/toolhive/guides-k8s/token-exchange-k8s.mdx | Updates link reference to point to the renamed page |
| docs/toolhive/guides-k8s/telemetry-and-metrics.mdx | Updates link reference to point to the renamed page |
| docs/toolhive/guides-k8s/run-mcp-k8s.mdx | Updates multiple link references to point to the renamed page |
| docs/toolhive/guides-k8s/remote-mcp-proxy.mdx | Updates multiple link references to point to the renamed page |
| docs/toolhive/guides-k8s/intro.mdx | Updates link reference to point to the renamed page |
| docs/toolhive/guides-k8s/deploy-registry.mdx | Updates multiple link references to point to the renamed page |
| docs/toolhive/guides-k8s/deploy-operator.mdx | The renamed file with updated title and description to reflect both Helm and kubectl deployment methods |
| docs/toolhive/guides-k8s/auth-k8s.mdx | Updates multiple link references to point to the renamed page |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Renames the page to drop -helm since there are multiple options now. Added a redirect so inbound links don't 404.
Type of change
Related issues/PRs
#435
Submitter checklist
Navigation
sidebars.ts) updated for added, deleted, reordered, or renamed filesvercel.jsonfor moved, renamed, or deleted pages (i.e., if the URL slug changed)